home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN15CDevSample < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.4 KB  |  40 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #15:    CDevSamples
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components
  11.  
  12. Assembly:            C:
  13. CDev.asm             CDev.cc
  14. CDev.rez             CDev.h
  15. E16.CDev             CDev.rez
  16. Full.Build           CDev.Link
  17.                      Full.Build
  18.  
  19. MPW Components
  20.  
  21. Assembly:            C:                Pascal:
  22. CDev.Aii             CDev.c            CDev.p
  23. CDev.r               CDev.h            CDev.r
  24. E16.CDev             CDev.r            CDevIntF.p
  25. MakeFile             MakeFile          MakeFile
  26.  
  27. CDevSamples show how easy it is to create Control Panel Devices (CDevs) on the 
  28. Apple IIGS.
  29. _____________________________________________________________________________
  30.  
  31. APW 65816 assembly language users need APW v.1.0, APW Tools & Interfaces 
  32. v.1.1, and Apple IIGS System Software 5.0.2 or later.  APW C language users 
  33. additionally need APW C v.1.0.  The APW command file Full.Build allows you to 
  34. perform complete build of the CDev.
  35.  
  36. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and either MPW IIGS 
  37. Assembler v.1.0 or later, or MPW IIGS C v.1.0 or later, or MPW IIGS Pascal 
  38. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  39. found in the MakeFile.
  40.